type golang.org/x/net/http2.missingBody
4 uses
golang.org/x/net/http2 (current package)
transport.go#L2118: res.Body = missingBody{}
transport.go#L2729: type missingBody struct{}
transport.go#L2731: func (missingBody) Close() error { return nil }
transport.go#L2732: func (missingBody) Read([]byte) (int, error) { return 0, io.ErrUnexpectedEOF }
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)